From fc88cd21dc63a0ebab86d6275899f252f7093453 Mon Sep 17 00:00:00 2001 From: alexmot Date: Thu, 18 Dec 2003 14:19:56 +0000 Subject: [PATCH] C89 fix-up --- gpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpx.c b/gpx.c index dfcce9418..aed3eb33d 100644 --- a/gpx.c +++ b/gpx.c @@ -551,13 +551,13 @@ static void gpx_end(void *data, const char *el) { char *s = strrchr(current_tag.mem, '/'); + float x; if (strcmp(s + 1, el)) { fprintf(stderr, "Mismatched tag %s\n", el); } *s = 0; - float x; if (in_cdata) { if (in_name && in_wpt && !in_gs_tbugs) { -- 2.30.2